Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 13 - View Objects / View Objects Reference
View Objects Routines / Managing a View's Style States


Q3View_GetHighlightStyleState

You can use the Q3View_GetHighlightStyleState function to get the current highlight style of a view.

TQ3Status Q3View_GetHighlightStyleState (
TQ3ViewObject view, 
TQ3AttributeSet *highlightStyle);
view
A view.
highlightStyle
On exit, the current highlight style of the specified view.
DESCRIPTION
The Q3View_GetHighlightStyleState function returns, in the highlightStyle parameter, the current highlight style of the view specified by the view parameter. You are responsible for disposing of the returned attribute set (by calling Q3Object_Dispose) when you are done using it.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996